Skip to main content
Version: 1.x.x

FetchEffectInstance


import { FetchEffectInstance } from "@hyper-fetch/core"

Description

Defined in effect/fetch.effect.types.ts:8

Preview

type FetchEffectInstance = FetchEffect<CommandInstance>;

Structure

FetchEffect<CommandInstance>